Skip to Main Menu Skip to Content. Skip to Footer

Guests can write and read on IceTheme Forum. If you are a member please Login

Re:April Template - IT Newsy | PHP date (1 viewing) (1) Guest
Re:April Template - IT Newsy | PHP date
by andwall 2 Months, 1 Week ago
Oh, I should have guessed. Thanks
Enter code here   
Please note, although no boardcode and smiley buttons are shown, they are still useable
Reply | Quote | Report to moderator   Logged Logged  
Re:April Template - IT Newsy | PHP date
by Teri 2 Weeks, 5 Days ago
Thanks for this information. This is a great forum.

B&B in Stratford-Upon-Avon
Enter code here   
Please note, although no boardcode and smiley buttons are shown, they are still useable
Reply | Quote | Report to moderator   Logged Logged  
Re:April Template - IT Newsy
by DefileMetal 2 Weeks, 5 Days ago
I'm also having a little IE problem - I turned off the weather [would like to have it but the cities are not relevant for our site, if I could change the cities I'd love to use it], left search, font size and link colors on. Works fine in FF but in IE 7 there are the error messages you mentioned previously BUT the search doesn't work and the font colors options comes in as two lines and then settles into one line. Font size does work despite the error message. Can this be fixed?

As a test I turned the weather back on but the link colors still come in and go out as 2 rows, but settle to one row in order to make a choice. Even with the weather turned back on, the search does not respond at all. In FF everything works just perfectly [if only the world worked that good!]

Thanks for any assistance with the fix for IE and if possible for info on how to change the cities in the weather.

TY TY TY
Ron
Enter code here   
Please note, although no boardcode and smiley buttons are shown, they are still useable
Reply | Quote | Report to moderator   Logged Logged  
Re:April Template - IT Newsy
by alvini 2 Weeks, 4 Days ago
Hello
Please reply me the cities or better the 5 digit zip codes and i will provide you the correct code.

Well, about the 2 row bug on IE6 im sorry but i havent find a solution for that.

Can you please provide me your url so i can check in why the search dont work on IE6?
Enter code here   
Please note, although no boardcode and smiley buttons are shown, they are still useable
Reply | Quote | Report to moderator   Logged Logged  
Re:April Template - IT Newsy
by DefileMetal 2 Weeks, 4 Days ago
alvini wrote:

QUOTE:
Hello - Please reply me the cities or better the 5 digit zip codes and i will provide you the correct code.

WOW - that's very cool of you Alvini - thanks much!! can 1. be the first on the left?

1. Buckingham, VA - 23921
2. Washington DC - 20001
3. Charlotte - 28201
4. New York can remain
5. Chicago - 60290
6. San Francisco - 94101
7. Toronto can stay
can the report be in F instead of C?

Very kind of you to go to that trouble, thanks.
QUOTE:
Well, about the 2 row bug on IE6 im sorry but i havent find a solution for that.

Not a big deal at all - thanks
QUOTE:
Can you please provide me your url so i can check in why the search dont work on IE6?
http://www.yogaville.org/ice - don't mind the mess LOL

Greatly appreciate your ongoing help which is above and beyond

Ron
Enter code here   
Please note, although no boardcode and smiley buttons are shown, they are still useable
Reply | Quote | Report to moderator   Logged Logged  
Re:April Template - IT Newsy
by alvini 2 Weeks, 3 Days ago
Hello
Sorry for the late reply

Open templates/it_newsy/index.php

Find:
----
Code:

<ul id="weather">
<li><?php echo processWeather('http://xml.weather.yahoo.com/forecastrss?p=USNY0996&u=c'); ?></li>
<li><?php echo processWeather('http://xml.weather.yahoo.com/forecastrss?p=ITXX0067&u=c'); ?></li>
<li><?php echo processWeather('http://xml.weather.yahoo.com/forecastrss?p=JAXX0085&u=c'); ?></li>
<li><?php echo processWeather('http://xml.weather.yahoo.com/forecastrss?p=CHXX0049&u=c'); ?></li>
<li><?php echo processWeather('http://xml.weather.yahoo.com/forecastrss?p=RSXX0063&u=c'); ?></li>
<li><?php echo processWeather('http://xml.weather.yahoo.com/forecastrss?p=SPXX0050&u=c'); ?></li>
<li><?php echo processWeather('http://xml.weather.yahoo.com/forecastrss?p=CAXX0504&u=c'); ?></li>
<li class="last"><?php echo processWeather('http://xml.weather.yahoo.com/forecastrss?p=UKXX0085&u=c'); ?></li>
</ul>



Replace with:
--------------
Code:

<ul id="weather">
<li><?php echo processWeather('http://xml.weather.yahoo.com/forecastrss?p=USVA0105&u=f'); ?></li>
<li><?php echo processWeather('http://xml.weather.yahoo.com/forecastrss?p=USDC0001&u=f'); ?></li>
<li><?php echo processWeather('http://xml.weather.yahoo.com/forecastrss?p=USNC0121&u=f'); ?></li>
<li><?php echo processWeather('http://xml.weather.yahoo.com/forecastrss?p=USIL0225&u=f'); ?></li>
<li><?php echo processWeather('http://xml.weather.yahoo.com/forecastrss?p=USCA0987&u=f'); ?></li>
<li><?php echo processWeather('http://xml.weather.yahoo.com/forecastrss?p=USNY0996&u=f'); ?></li>
<li class="last"><?php echo processWeather('http://xml.weather.yahoo.com/forecastrss?p=CAXX0504&u=f'); ?></li>
</ul>




I have saw the search with IE6 and is working fine

Alvin
Enter code here   
Please note, although no boardcode and smiley buttons are shown, they are still useable
Reply | Quote | Report to moderator   Logged Logged  
       
Powered by FireBoardget the latest posts directly to your desktop